home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global note, rr, s
- set note to note + 1
- if note > 1 then
- set the visible of sprite 10 to 0
- end if
- put " " into field "display"
- set the textSize of member "display" to 24
- compose()
- puppetSprite(1, 0)
- updateStage()
- if the lastClick > (15 * 60) then
- set rr to random(3)
- if rr = 1 then
- dropsounds()
- end if
- if rr = 2 then
- dropsounds()
- set s to random(26)
- do("sel" & s & EMPTY)
- end if
- if rr = 3 then
- puppetSound(5, 0)
- puppetSound(6, 0)
- dropsounds()
- end if
- shrink1()
- unLoadCast()
- go("b")
- else
- go("a")
- end if
- end
-